home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
applications
/
misc
/
jcgraph.lzh
/
JcGraphFinal
/
Rexx
/
RotPreSet3.rex
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-10-05
|
328 b
|
14 lines
/* RotPreSet3.rex */
/* -------------- */
/* Description: Will set the X,Y and Z rotation value previously set */
/* with 'Set3' button. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset3','R') then do
Rotation=readln('Preset')
'SetRotation ' Rotation
end